home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / gfx / conv / DTKoala.readme < prev    next >
Text File  |  1997-01-05  |  4KB  |  119 lines

  1. Short:    Koala painter converter v 1.0
  2. Author:   glue@df.lth.se <Lars Malmborg>
  3. Uploader: glue@df.lth.se <Lars Malmborg>
  4. Version:  1.0
  5. Type:     gfx/conv
  6.  
  7. TITLE
  8.  
  9.      DTKoala - Convert a (datatype) picture to Koala painter format
  10.  
  11.  
  12. VERSION
  13.  
  14.      1.0
  15.  
  16.  
  17. AUTHOR
  18.  
  19.      Written by Lars Malmborg (glue@df.lth.se).
  20.  
  21.      The rendition is based on code by Pasi 'Albert' Ojala.
  22.        (Aminet:gfx/conv/C64Gfx12.lha)
  23.  
  24.  
  25. DESCRIPTION
  26.  
  27.      DTKoala is simply a converter for any 320x200 picture loadable by
  28.      a datatype of the AmigaOS 3.x. The color remapping isn't perfect,
  29.      but who cares? You can however help it by using only the following
  30.      colors in the picture you want to convert:
  31.  
  32.      Black (0,0,0)
  33.      White (240,240,240)
  34.      Red (192,0,64)
  35.      Cyan (0,208,192)
  36.      Purple (192,0,192)
  37.      Green (0,176,0)
  38.      Blue (0,0,208)
  39.      Yellow (224,240,96)
  40.      Orange (208,96,0)
  41.      Brown (112,48,0)
  42.      LightRed (240,112,144)
  43.      DarkGray (80,80,80)
  44.      Gray (128,128,128)
  45.      LightGreen (144,240,160)
  46.      LightBlue (112,144,240)
  47.      LightGray (192,192,208)
  48.  
  49.      This palette can be extracted from any picture shown by the Koala
  50.      painter datatype.
  51.  
  52.      As the actual resolution of a Koala painter picture is 160x200 with
  53.      a ratio of 2:1, the remapper uses the medium of even and odd pixels
  54.      in the original 320x200 picture. Pixel 0 on a row in the Koala
  55.      painter matches pixel 0 and 1 in the original picture, pixel 1
  56.      matches pixel 2 and 3, ...
  57.      If you want sharp edges in the resulting picture you must make sure
  58.      that the color of the original pixels are the same to disable the
  59.      effect of the medium calculation. This is easilly done in a paint
  60.      program by scaling the picture to 160x200 and back to 320x200. Keep
  61.      in mind that if you resize a brush twice, most programs use the
  62.      initial brush even for the secont resize.
  63.  
  64.      To convert a picture simply state:
  65.  
  66.        DTKoala <infile> <outfile>
  67.  
  68.      where <infile> is any 320x200 picture loadable with with datatypes
  69.      and <outfile> is the resulting Koala painter file. The default
  70.      background color is black, but you can decide which color to use
  71.      as background and if this color is to be transparent.
  72.      F.ex. to convert the file "foo.iff" to a Koala painter file
  73.      "bar.pic" where the background is to be set to light blue, state:
  74.  
  75.        DTKoala foo.iff bar.pic LightBlue
  76.  
  77.      If you use a picture f.ex. on your home page and you have a grayish
  78.      background pattern, you can make the gray part transparent:
  79.  
  80.        DTKoala food.iff bart.pic Gray Transparent
  81.  
  82.      You can of course also use the british spelling of the colours:
  83.  
  84.        DTKoala food.iff bart.pic Grey Transparent
  85.  
  86.      This is kind of the counter part of my Koala painter datatype
  87.      (Aminet:util/dtype/KoalaDT.lha), which you'll probably want if are
  88.      going to watch the pictures you've converted.
  89.  
  90.  
  91. INSTALLATION
  92.  
  93.      Put "DTKoala" anywhere in your path.
  94.  
  95.  
  96. SPECIAL REQUIREMENTS
  97.  
  98.      Amiga running AmigaOS 3.x
  99.  
  100.  
  101. KNOWN BUGS
  102.      Only pictures with a color LUT works, i.e. no true color pictures
  103.      such as jpeg or IFF24.
  104.  
  105.  
  106. PRICE
  107.  
  108.      Freeware as always!
  109.  
  110.  
  111. ============================= Archive contents =============================
  112.  
  113. Original  Packed Ratio    Date     Time    Name
  114. -------- ------- ----- --------- --------  -------------
  115.    15460    9894 36.0% 19-Dec-96 00:11:28 +DTKoala
  116.     3171    1440 54.5% 19-Dec-96 15:51:38 +DTKoala.readme
  117. -------- ------- ----- --------- --------
  118.    18631   11334 39.1% 20-Dec-96 21:17:08   2 files
  119.